home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms_w / wrcmdl13.zip / INSTALL.DOC < prev    next >
Text File  |  1994-12-30  |  1KB  |  35 lines

  1.  
  2.  
  3.                              Winsock RCMD.DLL 1.3
  4.                        Copyright 1994 Denicomp Systems
  5.                              All rights reserved
  6.  
  7.  
  8. The directory you install RCMD.DLL must be included in your PATH environment
  9. variable or you can copy this file to your Windows directory (usually \WINDOWS).
  10.  
  11. The distribution contains two other ZIPped files: CRSH.ZIP and VBRSH.ZIP.
  12. These contain the C example program and the Visual Basic example program
  13. respectively.  The C example program was written using Microsoft Visual C/C++
  14. Version 1.0.
  15.  
  16. To install these, create two subdirectories within the directory you UNZIPped
  17. the Winsock RCMD.DLL distribution named CRSH and VBRSH:
  18.  
  19.  MKDIR CRSH
  20.  MKDIR VBRSH
  21.  
  22. Then change to each and UNZIP the files:
  23.  
  24.  CD CRSH
  25.  PKUNZIP ..\CRSH.ZIP
  26.  
  27.  CD ..\VBRSH
  28.  PKUNZIP ..\VBRSH.ZIP
  29.  
  30.  
  31. The Makefile in the CRSH directory is set up to look in the previous directory
  32. (..) for the RCMD.H and RCMD.LIB files.  If you install the example C program
  33. in another directory, you must modify this Makefile.
  34.  
  35.